home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP Products & Services 1994 Summer / NeXTSTEP Products & Services 1994 Summer.iso / AlembicDemo.app / HyperSense / HyperSense.app / exceptSRUN.strings < prev    next >
Text File  |  1993-10-26  |  7KB  |  71 lines

  1. /* [name of command]  an unrecognized SenseTalk message was received by HyperSense */
  2. "SRUN_UnknownCommand" = "Can't understand `%s'";
  3. /* [name of function]  an undefined function message was received by HyperSense */
  4. "SRUN_UnknownFunction" = "Undefined function: %s";
  5. /* [name of command; parameter as string]  a SenseTalk command was passed a parameter that it didn't recognize */
  6. "SRUN_BadParam" = "Invalid parameter for `%s' command: `%s'";
  7. /* [name of command or function]  a SenseTalk command or function was passed the wrong number of parameters. */
  8. "SRUN_BadParamCount" = "Wrong number of parameters to `%s'";
  9. /* [type of object; value of expression used for id #]  Id # expression did not evaluate to a number. */
  10. "SRUN_InvalidID" = "Invalid ID number for %s: `%s'";
  11. /* []  Date / Time string did not evaluate to a proper date / time / seconds. */
  12. "SRUN_InvalidDateTime" = "Invalid Date/Time string for the convert command.";
  13. /* [Type of object; id number given; enclosing object]  Couldn't find requested object while evaluating an object specifier. */
  14. "SRUN_NoSuchObjectByID" = "There is no %s ID %d in %s.";
  15. /* [Type of object; ordinal number given; enclosing object]  Couldn't find requested object while evaluating an object specifier. */
  16. "SRUN_NoSuchObjectByNumber" = "There is no %s number %d in %s.";
  17. /* [Type of object; object name given; enclosing object]  Couldn't find requested object while evaluating an object specifier. */
  18. "SRUN_NoSuchObjectByName" = "There is no %s named `%s' in %s.";
  19. /* [id number given; short name of shared layer]  Couldn't find requested object while evaluating an object specifier. */
  20. "SRUN_NoSuchPageIDWithLayer" = "There is no Page ID %d with shared layer %s.";
  21. /* ["Marked " or ""; ordinal number given; short name of shared layer]  Couldn't find requested object while evaluating an object specifier. */
  22. "SRUN_NoSuchPageNumberWithLayer" = "There is no %sPage number %d with shared layer %s.";
  23. /* ["Marked " or ""; object name given; short name of shared layer]  Couldn't find requested object while evaluating an object specifier. */
  24. "SRUN_NoSuchPageNameWithLayer" = "There is no %sPage named `%s' with shared layer %s.";
  25. /* [name of global property requested (in all caps)]  Non-global property was requested without specifying an object. */
  26. "SRUN_UnknownGlobalProperty" = "There is no global property %s – must specify `OF someObject'.";
  27. /* [name of object class; name of property requested (in all caps)]  Request was made to get or set a property of an object of the wrong type (such as asking for the autoTab property of a Button). */
  28. "SRUN_UnknownProperty" = "%s objects do not have a property %s.";
  29. /* [name of global property requested (in all caps)]  Attempt was made to SET the value of a read-only global property (such as Version). */
  30. "SRUN_ReadOnlyGlobalProperty" = "You can't SET the value of the %s global property.";
  31. /* [name of property requested (in all caps)]  Attempt was made to SET the value of a read-only object property (such as ID). */
  32. "SRUN_ReadOnlyProperty" = "You can't SET the value of the %s property.";
  33. /* [name of XModule subclass; name of command (lowercase) or function (uppercase) which was not implemented]  Either the External Module does not implement the executeHandler: method, or its implementation does not handle the indicated message. */
  34. "SRUN_NoExternal" = "External module `%s' does not implement `%s' as advertised.";
  35. /* [name of XModule; error string generated by objc_loadModules()]  An error occurred when trying to load an XModule at runtime. */
  36. "SRUN_CantLoadExternal" = "External Module `%s' could not be loaded.  (%s)";
  37. /* [name of XModule; error string generated by objc_loadModules()]  An error occurred when trying to unload an invalid XModule at runtime. */
  38. "SRUN_CantUnloadExternal" = "External Module `%s' could not be unloaded.  (%s)";
  39. /* [compiler error message]  The expression given as argument to a DO command could not be compiled. */
  40. "SRUN_CompileDo" = "Error encountered while compiling DO expression (%s).";
  41. /* [name of operator, property, or function; type of value needed; value received]  An operator was executed with an incorrect type of value. */
  42. "SRUN_BadValue" = "Bad value for %s.  Looking for %s, got `%s'.";
  43. /* [names of valid types; name of object referred to by ME or the TARGET or specified by the Object() function]  "me" or "target" or "object(expr)" was used in a place where an object of one or more specific types is required by the language syntax, but we found a different type of object at run time. */
  44. "SRUN_BadMeOrTarget" = "ME, TARGET, or OBJECT() is the wrong type.  Expected an object of type `%s', got `%s' instead.";
  45. /* [name of operator, property, or function]  An operator was executed with an undefined value (one which had never been assigned any value). */
  46. "SRUN_UndefinedValue" = "Bad value for %s.  An undefined variable was used incorrectly.";
  47. /* A "sort ... by ..." command was executed during evaluation of another "sort by" expression. */
  48. "SRUN_NestedSort" = "Nested Sort.  Can't sort pages when a page sort is already in progress.";
  49. /* [invalid type that was requested for test]  The `is a', `is an', `is not a', or `is not an' operator was used to check for a type other than number, integer, point, rect, date, or logical. */
  50. "SRUN_InvalidIsaType" = "Checking for invalid type with the `is a' operator (should be `number', `integer', `point', `rect', `date', `logical', or `color' – NOT `%s').";
  51. /* [Sound name/file] the play command couldn't locate the specified sound as a resource or in the default search paths.  This might also happen when an error occurs loading a sound file. */
  52. "SRUN_NoSoundFound" = "Couldn't find sound: %s.";
  53. /* [menu item, codePkg.errmsg] the doMenu command encountered an error in compiling the message for this menu item. */
  54. "SRUN_BadMenuMsg" = "Error in message for menu item '%s': did not compile. (%s)";
  55. /* [page number] tried to go to an invalid page */
  56. "SRUN_GoBadPage" = "Go error: Invalid page number %d.";
  57. /* An attempt was made to divide by zero. */
  58. "SRUN_DivideByZero" = "Division by zero.";
  59. /* [obj1, <before|after>, obj2] Reorder command couldn't perform the operation */
  60. "SRUN_CantReorderRelative" = "Invalid reorder operation: Can't move %s %s %s.";
  61. /* [obj, pos] Reorder command couldn't perform the operation */
  62. "SRUN_CantReorderAbsolute" = "Invalid reorder operation: Can't move %s to position %d.";
  63. /* [name of menu item] DoMenu command specified a menu item name which wasn't found in the menus. */
  64. "SRUN_UnknownMenuItem" = "There is no menu item named `%s'.";
  65. /* [expression; syntax error message] */
  66. "SRUN_InvalidValueExpr" = "Unable to take value of expression `%s' (reason: %s)";
  67. /* [type of object (Page or Marked Page)] Reference was made to a page without specifying a stack, and no stack is currently selected as the Current Stack. */
  68. "SRUN_NoCurrentStack" = "There is no Current Stack: therefore the requested %s can not be located.";
  69. /* [domain of element; domain of layer]  Attempt was made to create an element of a specific type (shared or unique) on a layer of a different type (shared, unique, or windowframe). */
  70. "SRUN_MismatchedDomain" = "Can't create a %s object on a %s layer.";
  71.